ResourceGetRequest Method |
Gets the HttpWebRequest object for the current HTTP request.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic HttpWebRequest GetRequest(
string address,
string methodName
)
Public Function GetRequest (
address As String,
methodName As String
) As HttpWebRequest
Parameters
- address
- Type: SystemString
A resource address - methodName
- Type: SystemString
WebDAV (or HTTP) method name
Return Value
Type:
HttpWebRequestCreated request object.
See Also